- 
          
- 
        Couldn't load subscription status. 
- Fork 32
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
866d2df    to
    70cde5e      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update the template for new projects?
rewrite/templates/package/package.json
Lines 54 to 56 in 27fdbe7
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | 
2b56bea    to
    c6d1c20      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
| LGTM, thanks! | 
Prerequisites checklist
What is the purpose of this pull request?
Updated package.json of the package to require:
"node": "^20.19.0 || ^22.13.0 || >=24"
This drops support for Node.js 18.
What changes did you make? (Give an overview)
Related Issues
refs eslint/eslint#19969
Is there anything you'd like reviewers to focus on?